home *** CD-ROM | disk | FTP | other *** search
- (set @app-name "TeleTerm V1.0")
-
- (set d
- (askdir
- (default "SYS:")
- (help "The destination you select will be the location of TeleTerm.")
- (prompt "Select destination where TeleTerm will be copied."
- " Destination must have 300k of free disk space."
- )
- (disk)
- )
- )
-
- (set @default-dest d)
-
- (copyfiles
- (prompt "Copying files...")
- (choices
- "TeleTerm"
- "TeleTerm.info"
- )
- (source "")
- (dest
- (cat d)
- )
- )
-
- (copylib
- (dest "LIBS:")
- (prompt "Copying XprZmodem.library...")
- (help @copylib-help)
- (source "libs/xprzmodem.library")
- )
-
- (copylib
- (dest "LIBS:")
- (prompt "Copying XemAmiga.library...")
- (help @copylib-help)
- (source "libs/xemamiga.library")
- )
-
- (copylib
- (dest "LIBS:")
- (prompt "Copying Reqtools.library...")
- (help @copylib-help)
- (source "libs/reqtools.library")
- )
-
- (exit)
-